home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / cybint14 / bin / ml.dxr / 00295.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  221 b   |  15 lines

  1. on exitFrame
  2.   if rollOver(3) then
  3.     cursor([901, 902])
  4.     onVis(4, 5)
  5.   else
  6.     if rollOver(38) then
  7.       cursor([901, 902])
  8.     else
  9.       InVis(4, 5)
  10.       cursor(-1)
  11.     end if
  12.   end if
  13.   go(label("ZC") + 1)
  14. end
  15.